VERSION 5.00 Begin VB.Form frmAbout BorderStyle = 3 'Fixed Dialog Caption = "About MyApp" ClientHeight = 3630 ClientLeft = 2340 ClientTop = 1935 ClientWidth = 6810 ClipControls = 0 'False LinkTopic = "Form2" MaxButton = 0 'False MinButton = 0 'False Picture = "frmAbout.frx":0000 ScaleHeight = 2505.49 ScaleMode = 0 'User ScaleWidth = 6394.942 ShowInTaskbar = 0 'False Begin VB.CommandButton cmdOK Cancel = -1 'True Caption = "OK" Default = -1 'True Height = 225 Left = 5880 TabIndex = 0 Top = 3360 Width = 780 End Attribute VB_Name = "frmAbout" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit Private Sub cmdOK_Click() Unload Me End Sub